line up the comments
authorJorge Israel Peña <jorge.israel.p@gmail.com>
Fri, 24 Oct 2014 06:27:28 +0000 (23:27 -0700)
committerJorge Israel Peña <jorge.israel.p@gmail.com>
Fri, 24 Oct 2014 06:27:28 +0000 (23:27 -0700)
src/doc/manifest.md

index c7d6afbb2953df5e693dc24ec9be8a9ea6d7070f..9d923661692a6e946c56c47cc115d78a3ad1ad49 100644 (file)
@@ -108,7 +108,7 @@ along with the defaults for each profile.
 [profile.dev]
 opt-level = 0  # Controls the --opt-level the compiler builds with
 debug = true   # Controls whether the compiler passes -g or `--cfg ndebug`
-rpath = false   # Controls whether the compiler passes `-C rpath`
+rpath = false  # Controls whether the compiler passes `-C rpath`
 
 # The release profile, used for `cargo build --release`
 [profile.release]